| lcDrwAddBlock | Home |
|
HANDLE lcDrwAddBlock ( HANDLE hDrw, LPCWSTR szName, double X, double Y ); |
| hDrw | |
| Handle to a drawing object. | |
| szName | |
| Block name. Must be different from exist blocks. | |
| X Y | |
| Coordinates of the base point of the block. | |
|
Handle to a new block. If the function fails, the return value is NULL. |
| Block reference, lcBlockAddBlockRef |